projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1a3a6
)
ARM: UniPhier: enable CONFIG_PANIC_HANG
author
Masahiro Yamada
<
[email protected]
>
Sun, 22 Mar 2015 15:07:24 +0000
(
00:07
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Mon, 23 Mar 2015 15:15:32 +0000
(
00:15
+0900)
Do not reset board on panic, which allows us to not link reset_cpu()
into SPL.
Signed-off-by: Masahiro Yamada <
[email protected]
>
include/configs/uniphier.h
patch
|
blob
|
history
diff --git
a/include/configs/uniphier.h
b/include/configs/uniphier.h
index df89d14cc3a0a9f58d5e90b5f74dd39bb34bd827..58608ca67d851f2281165a2a21461062ebeebe1c 100644
(file)
--- a/
include/configs/uniphier.h
+++ b/
include/configs/uniphier.h
@@
-1,6
+1,7
@@
/*
* Copyright (C) 2012-2015 Panasonic Corporation
- * Author: Masahiro Yamada <
[email protected]
>
+ * Copyright (C) 2015 Socionext Inc.
+ * Author: Masahiro Yamada <
[email protected]
>
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@
-288,6
+289,8
@@
#define CONFIG_SYS_INIT_SP_ADDR ((CONFIG_SYS_TEXT_BASE) - 0x00001000)
#endif
+#define CONFIG_PANIC_HANG
+
#define CONFIG_SPL_FRAMEWORK
#define CONFIG_SPL_NAND_SUPPORT